type github.com/refraction-networking/utls.keyUpdateMsg
8 uses
github.com/refraction-networking/utls (current package)
conn.go#L1168: m = new(keyUpdateMsg)
conn.go#L1327: case *keyUpdateMsg:
conn.go#L1338: func (c *Conn) handleKeyUpdate(keyUpdate *keyUpdateMsg) error {
conn.go#L1356: msg := &keyUpdateMsg{}
handshake_messages.go#L1166: type keyUpdateMsg struct {
handshake_messages.go#L1170: func (m *keyUpdateMsg) marshal() ([]byte, error) {
handshake_messages.go#L1184: func (m *keyUpdateMsg) unmarshal(data []byte) bool {
u_conn.go#L975: case *keyUpdateMsg:
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |